<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: #153585;
  color: #fff;
}
::-moz-selection {
  background-color: #153585;
  color: #fff;
}
::-webkit-selection {
  background-color: #153585;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  line-height: 1.5;
  margin: 0 auto !important;
  position: relative;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #153585;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #153585;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
  font-size: 14px;
  font-family: 'Microsoft YaHei', arial, helvetica;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
html {
  cursor: url(../images/cur.png), default;
}
a {
  cursor: url(../images/Acur.png), default;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
textarea {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
}
input[type="text"] {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
}
input[type="button"] {
  cursor: url(../images/Acur.png), default !important;
}
input,
button {
  outline: none;
}
@keyframes animated {
  0% {
    cursor: url('../images/Pcuro1.png'), auto;
  }
  8.8% {
    cursor: url('../images/Pcuro2.png'), auto;
  }
  17.6% {
    cursor: url('../images/Pcuro3.png'), auto;
  }
  26.4% {
    cursor: url('../images/Pcuro4.png'), auto;
  }
  35.2% {
    cursor: url('../images/Pcuro5.png'), auto;
  }
  44% {
    cursor: url('../images/Pcuro6.png'), auto;
  }
  52.8% {
    cursor: url('../images/Pcuro7.png'), auto;
  }
  61.6% {
    cursor: url('../images/Pcuro8.png'), auto;
  }
  70.4% {
    cursor: url('../images/Pcuro9.png'), auto;
  }
  79.2% {
    cursor: url('../images/Pcuro10.png'), auto;
  }
  88% {
    cursor: url('../images/Pcuro11.png'), auto;
  }
  100% {
    cursor: url('../images/Pcuro12.png'), auto;
  }
}
.wjdh-message {
  z-index: 99999999999999 !important;
}
.wjdh-message * {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.UrbansubstationBox {
  display: inline-block;
  position: relative;
}
.UrbansubstationBox * {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.UrbansubstationBox *::before {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.UrbansubstationBox *::after {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.Urbansubstation {
  position: absolute;
  z-index: 9999999;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #f8f8f8;
  min-width: 160px;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 0;
  font-size: 0;
  border-radius: 10px;
}
.Urbansubstation &gt; a {
  color: #333 !important;
  font-size: 16px;
  font-weight: bold;
}
.Urbansubstation &gt; a:hover {
  color: #153585;
}
.Urbansubstation p a {
  width: 100%;
  padding-left: 10px;
  display: block;
  color: #888 !important;
  line-height: 1.5;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 5px 10px 5px 30px;
  line-height: 26px;
  font-size: 16px;
}
.Urbansubstation p a:hover {
  color: #153585;
}
.Urbansubstationfenzhan {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 16px !important;
  color: #333 !important;
  display: block;
  text-align: center;
}
.Urbansubstationfenzhan:hover {
  color: #153585 !important;
}
.UrbansubstationBoxCenter p {
  width: 94%;
  height: 100%;
  border: 1px dashed #e2e2e2;
  margin: 0 auto 10px;
  border-radius: 5px;
  font-size: 15px;
}
.Urbansubstation b {
  display: flex;
  width: 100%;
  font-weight: normal;
  flex-wrap: wrap;
  border-top: 1px solid #999;
  padding-top: 10px;
  padding-bottom: 10px;
}
.Urbansubstation b a:nth-child(1) {
  flex: 0 0 33.33333%;
  text-align: center;
}
.Urbansubstation b a {
  flex: 0 0 33.33333%;
  text-align: center;
}
.UrbansubstationBoxCenter p a {
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.UrbansubstationBox:hover .Urbansubstation {
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.Urbansubstation p a:hover::before {
  border-color: #153585;
}
.Urbansubstation p a:hover::after {
  background: #153585;
}
.Urbansubstation p a::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #ddd;
  position: absolute;
  top: 16px;
  left: 12px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.Urbansubstation p a::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  position: absolute;
  top: 11px;
  left: 7px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 5px;
}
.Urbansubstation p a:hover {
  transform: translateY(-2px);
  color: #153585 !important;
}
@keyframes zyfd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.disablemouserightclick,
.disablechoose,
.disablecopy {
  display: none;
}
@media screen and (max-width: 768px) {
  #wjdh-kefu {
    display: none;
  }
}
.left {
  float: left;
}
.right {
  float: right;
}
.inContent {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inContent::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.inContent * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  min-width: 1280px;
  overflow-x: hidden;
}
.button {
  --duration: 0.5s;
  --move-hover: -5px;
  cursor: pointer;
  -webkit-transform: translateY(var(--y));
  transform: translateY(var(--y));
  transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.button span {
  display: inline-block;
}
.button span i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
}
.button span i:nth-child(1) {
  --d: 0.05s;
}
.button span i:nth-child(2) {
  --d: 0.1s;
}
.button span i:nth-child(3) {
  --d: 0.15s;
}
.button span i:nth-child(4) {
  --d: 0.2s;
}
.button span i:nth-child(5) {
  --d: 0.25s;
}
.button span i:nth-child(6) {
  --d: 0.3s;
}
.button span i:nth-child(7) {
  --d: 0.35s;
}
.button span i:nth-child(8) {
  --d: 0.4s;
}
.button span i:nth-child(9) {
  --d: 0.45s;
}
.button span i:nth-child(10) {
  --d: 0.5s;
}
.button span i:nth-child(11) {
  --d: 0.55s;
}
.button span i:nth-child(12) {
  --d: 0.6s;
}
.button span i:nth-child(13) {
  --d: 0.65s;
}
.button span i:nth-child(14) {
  --d: 0.7s;
}
.button span i:nth-child(15) {
  --d: 0.75s;
}
.button span i:nth-child(16) {
  --d: 0.8s;
}
.button span i:nth-child(17) {
  --d: 0.85s;
}
.button span i:nth-child(18) {
  --d: 0.9s;
}
.button span i:nth-child(19) {
  --d: 0.95s;
}
.button span i:nth-child(20) {
  --d: 1s;
}
.button:hover {
  --move: -5px;
}
.button:hover i {
  -webkit-animation: move var(--duration) linear var(--d);
  animation: move var(--duration) linear var(--d);
}
@-webkit-keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
  }
}
@keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
  }
}
@keyframes msClock2 {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1);
  }
}
.anim-text span {
  display: inline-block;
}
.anim-text i {
  display: inline-block;
  min-width: 10px;
}
.anim-text &gt; span {
  animation: slideIn 10.96s linear infinite;
  opacity: 0;
}
.anim-text &gt; span &gt; i {
  animation: hop2 10.96s linear infinite;
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(20vw);
  }
  20% {
    opacity: 1;
    transform: translateX(0);
  }
  80% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20vw);
  }
}
@keyframes hop2 {
  0%,
  2%,
  4%,
  6%,
  8%,
  10%,
  12%,
  14%,
  16%,
  18%,
  20% {
    transform: translateY(0);
  }
  1%,
  3%,
  5%,
  7%,
  9%,
  11%,
  13%,
  15%,
  17%,
  19% {
    transform: translateY(-0.8em);
  }
  80%,
  82%,
  84%,
  86%,
  88%,
  90%,
  92%,
  94%,
  96%,
  98%,
  100% {
    transform: translateY(0);
  }
  81%,
  83%,
  85%,
  87%,
  89%,
  91%,
  93%,
  95%,
  97%,
  99% {
    transform: translateY(-0.8em);
  }
}
.header {
  width: 100%;
  height: 135px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_bg {
  width: 100%;
  z-index: 9999;
  position: absolute;
  top: 45px;
  left: 0;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.nav_bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -725px;
  width: 1450px;
  height: 100%;
  background-color: #f4f5f6;
  box-shadow: 3px 5px 13px 0px rgba(32, 32, 32, 0.1);
  border-radius: 46px;
  z-index: -1;
}
.nav_bg .menu {
  height: 90px;
  width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.nav_bg .menu .logo {
  position: absolute;
  left: 50%;
  top: -29px;
  width: 206px;
  height: 148px;
  border-radius: 50%;
  background-color: #f4f5f6;
  text-align: center;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  display: flex;
  padding: 29px 0;
  margin-left: -103px;
}
.nav_bg .menu .logo a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 100%;
}
.nav_bg .menu .logo a img {
  display: block;
  margin: auto;
  max-height: 90px;
  object-fit: contain;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.nav_bg .menu &gt; ul {
  display: flex;
  justify-content: space-between;
  width: 104%;
  margin-left: -2%;
  margin-right: -2%;
}
.nav_bg .menu &gt; ul &gt; li {
  flex: 1;
  position: relative;
}
.nav_bg .menu &gt; ul &gt; li:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  background-color: #bbbbbb;
}
.nav_bg .menu &gt; ul &gt; li:first-child {
  margin-left: 0;
}
.nav_bg .menu &gt; ul &gt; li:first-child:before {
  display: none;
}
.nav_bg .menu &gt; ul &gt; li:nth-child(5) {
  margin-left: 240px;
}
.nav_bg .menu &gt; ul &gt; li:nth-child(5):before {
  display: none;
}
.nav_bg .menu &gt; ul &gt; li &gt; a {
  display: block;
  height: 90px;
  font-size: 16px;
  position: relative;
  text-align: center;
  color: #515151;
  padding-top: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu &gt; ul &gt; li &gt; a span {
  line-height: 26px;
  display: block;
}
.nav_bg .menu &gt; ul &gt; li &gt; a i {
  display: block;
  font-size: 12px;
  color: #a4a4a4;
  line-height: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu &gt; ul &gt; li &gt; a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 65px;
  height: 26px;
  margin-left: -33px;
  bottom: 0;
  z-index: -1;
  background: url(../images/navon.png) 0 center no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu &gt; ul &gt; li &gt; a:hover {
  background-color: transparent;
}
.nav_bg .menu &gt; ul &gt; li.another &gt; a {
  font-weight: bold;
}
.nav_bg .menu &gt; ul &gt; li.another &gt; a span,
.nav_bg .menu &gt; ul &gt; li:hover &gt; a span {
  font-weight: bold;
}
.nav_bg .menu &gt; ul &gt; li.another &gt; a i,
.nav_bg .menu &gt; ul &gt; li:hover &gt; a i {
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav_bg .menu &gt; ul &gt; li.another &gt; a::before,
.nav_bg .menu &gt; ul &gt; li:hover &gt; a::before {
  bottom: 8px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav_bg .menu &gt; ul &gt; li:hover .sec {
  height: auto;
}
.nav_bg .menu &gt; ul &gt; li:hover .secs {
  height: auto;
}
.nav_bg .dowShow {
  top: 100%;
}
.sec {
  min-width: 100%;
  overflow: hidden;
  z-index: 99999999;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(21, 53, 133, 0.85);
  display: none;
  font-size: 14px;
  text-align: left;
}
.sec a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  line-height: 50px;
  color: #fff;
  padding: 0 20px;
  font-size: 15px;
  text-align: center;
}
.sec a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.secs {
  width: 100%;
  z-index: 99999999;
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -360px;
  padding: 36px 0 36px 40px;
  width: 630px;
  display: none;
  background: rgba(21, 53, 133, 0.85);
  text-align: left;
}
.secs::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.secs .navPic {
  float: left;
  width: 315px;
}
.secs .navPic .pic {
  width: 100%;
  display: block;
  min-height: 160px;
}
.secs .navPic .pic img {
  width: 100%;
  display: block;
}
.secs .navPic h4 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  margin: 20px 0 4px 0;
  line-height: 2;
}
.secs .navPic p {
  font-size: 15px;
  color: #fff;
}
.secs ul {
  float: right;
  width: 230px;
}
.secs ul &gt; li {
  background: none;
}
.secs ul &gt; li &gt; a {
  display: block;
  text-align: left;
  line-height: 24px;
  margin-top: 16px;
  color: #fff;
  padding: 0 30px 0 20px;
  background: url(../images/nav_icon01.png) 0 7px no-repeat;
  font-size: 14px;
}
.secs ul &gt; li &gt; a:hover {
  color: #fff;
  background: url(../images/nav_icon02.png) 0 7px no-repeat;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.secs ul &gt; li:first-child &gt; a {
  margin-top: 0;
}
.secs ul &gt; li:hover .nlayer2 {
  height: auto;
  visibility: visible;
  transform: perspective(400px) rotateY(0);
  -webkit-transform: perspective(400px) rotateY(0);
  -moz-transform: perspective(400px) rotateY(0);
}
.secs ul &gt; li:hover .nlayer2 a:nth-child(1) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.2s;
}
.secs ul &gt; li:hover .nlayer2 a:nth-child(2) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.24s;
}
.secs ul &gt; li:hover .nlayer2 a:nth-child(3) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.28s;
}
.secs ul &gt; li:hover .nlayer2 a:nth-child(4) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.32s;
}
.secs ul &gt; li:hover .nlayer2 a:nth-child(5) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.36s;
}
.secs ul &gt; li:hover .nlayer2 a:nth-child(6) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.4s;
}
.secs ul &gt; li:hover .nlayer2 a:nth-child(7) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.44s;
}
.secs ul &gt; li:hover .nlayer2 a:nth-child(8) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.48s;
}
.secs ul &gt; li:hover .nlayer2 a:nth-child(9) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.52s;
}
.secs ul &gt; li:hover .nlayer2 a:nth-child(10) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.56s;
}
.secs .nlayer2 {
  position: absolute;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 36px;
  left: 100%;
  width: 260px;
  padding: 36px 10px 36px 20px;
  height: 100%;
  visibility: hidden;
  top: 0;
  background: rgba(21, 53, 133, 0.85);
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
  transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform: perspective(400px) rotateY(90deg);
  -webkit-transform: perspective(400px) rotateY(90deg);
  -moz-transform: perspective(400px) rotateY(90deg);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.secs .nlayer2 .nlayer2Box {
  overflow-y: auto;
  padding-right: 10px;
  height: 100%;
}
.secs .nlayer2 a {
  display: block;
  line-height: 24px;
  margin-top: 16px;
  background: url(../images/nav_icon01.png) 0 7px no-repeat;
  color: #fff;
  padding-left: 20px;
  position: relative;
  left: 0;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.secs .nlayer2 a:first-child {
  margin-top: 0;
}
.secs .nlayer2 a:hover {
  background: url(../images/nav_icon02.png) 0 7px no-repeat;
  left: 5px;
}
.secs li.nlayer1:hover .nlayer2 {
  height: 100%;
  visibility: visible;
}
.secs li.nlayer1:hover .nlayer2 a:nth-child(1) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.2s;
}
.secs li.nlayer1:hover .nlayer2 a:nth-child(2) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.24s;
}
.secs li.nlayer1:hover .nlayer2 a:nth-child(3) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.28s;
}
.secs li.nlayer1:hover .nlayer2 a:nth-child(4) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.32s;
}
.secs li.nlayer1:hover .nlayer2 a:nth-child(5) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.36s;
}
.secs li.nlayer1:hover .nlayer2 a:nth-child(6) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.4s;
}
.secs li.nlayer1:hover .nlayer2 a:nth-child(7) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.44s;
}
.secs li.nlayer1:hover .nlayer2 a:nth-child(8) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.48s;
}
.secs li.nlayer1:hover .nlayer2 a:nth-child(9) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.52s;
}
.secs li.nlayer1:hover .nlayer2 a:nth-child(10) {
  animation: menu1 0.3s ease-in-out forwards;
  animation-delay: 0.56s;
}
.fixedNav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999999;
  padding: 0;
}
.inBody .header {
  height: 0;
}
.footer {
  background: #213b7a url(../images/footerbg.jpg) center 0 no-repeat;
  font-size: 14px;
  position: relative;
  color: #8088a4;
  padding-top: 58px;
}
.footer a {
  color: #8088a4;
}
.footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer .footBox {
  padding-right: 42px;
  height: 328px;
}
.footer .footBox .lxList {
  float: right;
  text-align: center;
  width: 282px;
  height: 281px;
  background: url(../images/lxline.png) center 127px no-repeat;
  background-color: #ffffff;
  box-shadow: 3px 5px 13px 0px rgba(32, 32, 32, 0.09);
  border-radius: 100%;
  padding: 58px 50px 0;
  position: relative;
  z-index: 1;
}
.footer .footBox .lxList::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  margin-top: -166px;
  margin-left: -166px;
  width: 332px;
  height: 332px;
  background-color: #ffffff;
  border-radius: 100%;
  box-shadow: 3px 5px 13px 0px rgba(32, 32, 32, 0.09);
  opacity: 0.2;
}
.footer .footBox .lxList::after {
  content: "";
  display: block;
  position: absolute;
  width: 270px;
  height: 150px;
  top: 173px;
  right: 125px;
  background: url(../images/fooimg.png) 0 center no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer .footBox .lxList ul li {
  text-align: center;
  margin-top: 30px;
  color: #515151;
}
.footer .footBox .lxList ul li:first-child {
  margin-top: 0;
}
.footer .footBox .lxList ul li .t1 {
  line-height: 23px;
  font-size: 16px;
  font-weight: bold;
}
.footer .footBox .lxList ul li .t1::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: top;
  margin-right: 12px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/lxico1.png) center center no-repeat;
}
.footer .footBox .lxList ul li .t2 {
  font-size: 16px;
  line-height: 26px;
  margin-top: 5px;
}
.footer .footBox .lxList ul li.li1 .t1::before {
  background: url(../images/lxico1.png) center center no-repeat;
}
.footer .footBox .lxList ul li.li1 .t2 {
  font-weight: bold;
  font-size: 20px;
}
.footer .footBox .lxList ul li.li2 .t1::before {
  background: url(../images/lxico2.png) center center no-repeat;
}
.footer .footBox .lxList .ewm {
  position: absolute;
  z-index: 4;
  width: 55px;
  height: 55px;
  background: url(../images/ewmico.png) center center no-repeat;
  background-color: #feaa06;
  box-shadow: 3px 5px 13px 0px rgba(32, 32, 32, 0.32);
  right: 268px;
  top: 155px;
  border-radius: 100%;
}
.footer .footBox .lxList .ewm img {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.footer .footBox .lxList .ewm:hover img {
  visibility: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.footer .footNav {
  float: left;
  padding-top: 92px;
}
.footer .footNav dl {
  float: left;
  width: 232px;
  padding-right: 10px;
  padding-left: 30px;
  position: relative;
}
.footer .footNav dl dt {
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
}
.footer .footNav dl dt i {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 10px;
  color: #939ab3;
  position: absolute;
  left: 0;
  top: 4px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.footer .footNav dl dt::after {
  content: "";
  width: 24px;
  height: 3px;
  background-color: #feaa06;
  margin-top: 16px;
  display: block;
}
.footer .footNav dl dd {
  overflow: hidden;
  margin-top: 15px;
  height: 128px;
}
.footer .footNav dl dd a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 32px;
  color: #939ab3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer .footNav dl dd a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #ffffff;
}
.footer .links {
  border-top: solid 1px #5e6e9b;
  border-bottom: solid 1px #5e6e9b;
  padding: 10px 0;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}
.footer .links .tit {
  font-size: 22px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #ccccce;
  width: 128px;
  text-transform: uppercase;
}
.footer .links .tit::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/linkstit.png) 0 center no-repeat;
  width: 16px;
  height: 15px;
  margin-left: 4px;
  position: relative;
  top: -2px;
}
.footer .links .list {
  overflow: hidden;
  flex: 1;
}
.footer .links .list a {
  display: inline-block;
  vertical-align: top;
  color: #8088a4;
  position: relative;
  margin-right: 26px;
}
.footer .links .list a::before {
  content: "|";
  display: block;
  position: absolute;
  width: 10px;
  left: -20px;
  text-align: center;
  color: #8088a4;
}
.footer .links .list a:hover {
  color: #fff;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.footer .copyright {
  line-height: 30px;
  font-size: 14px;
  padding: 20px 0 22px;
  text-align: center;
}
.footer .copyright img {
  vertical-align: middle;
  max-height: 18px;
  margin: 0 3px;
}
</pre></body></html>